home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / batchut / batutl2.zip / REBEEP.DOC < prev    next >
Text File  |  1986-03-13  |  4KB  |  76 lines

  1.                                PERMUTE, version 1.0
  2.  
  3.          USAGE: PERMUTE filename
  4.  
  5.          PERMUTE was designed to help determine the best order for
  6.          terminate-but-stay-resident (TSR) programs in the AUTOEXEC.BAT
  7.          file.  If you have a working AUTOEXEC.BAT file and want to insert
  8.          a new TSR program, PERMUTE will generate variant AUTOEXEC files
  9.          with the new command in each line.  The existing commands keep
  10.          their original sequence.  If there were, say, seven commands in
  11.          the original AUTOEXEC.BAT file, eight new files (AUTOEXEC.1,
  12.          AUTOEXEC.2, etc.) will be generated.  Rename each of these files,
  13.          one at a time, to AUTOEXEC.BAT until you find one that works.
  14.  
  15.          PERMUTE prompts you for the new command string, whose maximum
  16.          length is 127 characters.
  17.  
  18.          Please report bugs or suggest enhancements to Walter Kennamer,
  19.          Compuserve ID 74025,514.
  20.          _______________________________________________________________
  21.  
  22.                                   POPDIR/PUSHDIR
  23.  
  24.          PUSHDIR saves the current sub-directory name.
  25.  
  26.          POPDIR makes the last save sub-directoy name the current
  27.          directory.
  28.  
  29.          This program will save the current sub-directory into the
  30.          envirornment space creating a stack of sub-dir's.  Use POPDIR.COM
  31.          to restore the current directory to the top entry in the
  32.          envirornment stack.  Just run the program, and it will save the
  33.          current sub-dir.  Use the dos SET command to view the list of
  34.          sub-dirs in the environment. -Garland Yoakum-
  35.          ________________________________________________________________
  36.  
  37.                                     REBEEP.COM
  38.  
  39.          Uses continual beeps to summon a person to the computer.
  40.  
  41.          So that persons do not have to sit in front of the computer just
  42.          to wait until they are needed, but can instead do things elsewhere
  43.          and still know as soon as the computer is ready for them.  Often
  44.          the operator leaves the computer when a program takes a long time
  45.          to run, but wants to know as soon as it is done.  Or sometimes
  46.          part of a job can run unattended, but another part needs operator
  47.          input.
  48.  
  49.          Put this program in a batch file wherever you want the computer to
  50.          let you know that you are wanted back at the computer.  REBEEP
  51.          continually beeps until a key is pressed.  It uses a short double
  52.          beep, and puts up the message to press any key to continue.
  53.          Functionally it is just a noisy version of the DOS batch command
  54.          PAUSE.
  55.  
  56.          Since the only way to stop it is to press a key, the computer in
  57.          effect uses sound to summon an operator.  This way you can leave
  58.          the computer to do other things and not have to keep checking
  59.          back, provided you stay within earshot.
  60.  
  61.          Martin Kelinsky.  Published in PCWORLD, October 84, p. 264,265.
  62.          Message program puts on screen was modified by Ken Goosens.
  63.  
  64.  
  65.  
  66.                     This disk copy provided as a service of
  67.  
  68.                          The Public (Software) Library
  69.                                  P.O.Box 61565
  70.                                Houston, TX 77208
  71.  
  72.          Program disks are available for as little as $2 each.  For a
  73.          copy of the latest monthly software library newsletter and
  74.          program directory, send a self-addressed, stamped (with two
  75.          stamps), legal-size envelope.
  76.